Html Css Color HEX #ACD652 Conifer

📋 copy color: '#ACD652'

red 172 ◦ green 214 ◦ blue 82

#ACD652
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #ACD652

Tints of Conifer #ACD652

RGB

 RED value IS 172 (67.58% from 255) = 36.75%

 GREEN value IS 214 (83.98% from 255) = 45.73%

 BLUE value IS 82 (32.42% from 255) = 17.52%

R = 36.75%
G = 45.73%
B = 17.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACD652 (or 0xACD652) is known color: Conifer. HEX triplet: AC, D6 and 52. RGB value is (172,214,82). Sum of RGB (Red+Green+Blue) = 172+214+82=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD652 is #5329AD. Grayscale: #BABABA. Windows color (decimal): -5450158 or 5428908. OLE color: 5428908.

HSL color Cylindrical-coordinate representation of color #ACD652: hue angle of 79.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACD652 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 82 -
CMYK 0.20 0 0.62 0.16
HSL 79.09º 0.62% 0.58% -
HSV(B) 79.09º 0.62% 0.84% -
XYZ 42.58 57.47 16.83 -
YUV 186.39 69.09 117.73 -
System Red Green Blue C M Y K H S L
Decimal 172 214 82 0.20 0 0.62 0.16 79.09 0.62 0.58
Hex AC D6 52 14 0 3E 10 4F 3E 3A
Octal 254 326 122 24 0 76 20 117 76 72
Binary 10101100 11010110 1010010 10100 0 111110 10000 1001111 111110 111010

Color Harmonies of #ACD652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD652

Black with #ACD652

Text Example


Text Example

White with #ACD652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD652; }

 p { color: rgb(172,214,82); }

 H1.HeaderClassName
 {
   color: #ACD652;
 }
 .AnyTagClassName
 {
   color: #ACD652;
 }
</style>

background-color css

<style>
 a { background-color: #ACD652; }

 a { background-color: rgb(172,214,82); }

 div.DivClassName
 {
   background-color: #ACD652;
 }
 .BgClassName
 {
   background-color: #ACD652;
 }
</style>

border-color css

<style>
 span { border-color: #ACD652; }

 span { border-color: rgb(172,214,82); }

 td.TdClassName
 {
   border-color: #ACD652;
 }
 .TagClassName
 {
   border-color: #ACD652;
 }
</style>