Html Css Color HEX #ACD74A Conifer

📋 copy color: '#ACD74A'

red 172 ◦ green 215 ◦ blue 74

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

Shades of Conifer #ACD74A

Tints of Conifer #ACD74A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.64%

 BLUE value IS 74 (29.3% from 255) = 16.05%

R = 37.31%
G = 46.64%
B = 16.05%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#ACD74A (or 0xACD74A) is known color: Conifer. HEX triplet: AC, D7 and 4A. RGB value is (172,215,74). Sum of RGB (Red+Green+Blue) = 172+215+74=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD74A is #5328B5. Grayscale: #BABABA. Windows color (decimal): -5449910 or 4904876. OLE color: 4904876.

HSL color Cylindrical-coordinate representation of color #ACD74A: hue angle of 78.3º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACD74A is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 74 -
CMYK 0.2 0 0.66 0.16
HSL 78.3º 0.64% 0.57% -
HSV(B) 78.3º 0.66% 0.84% -
XYZ 42.55 57.87 15.41 -
YUV 186.07 64.75 117.96 -
System Red Green Blue C M Y K H S L
Decimal 172 215 74 0.2 0 0.66 0.16 78.3 0.64 0.57
Hex AC D7 4A 14 0 42 10 4E 40 39
Octal 254 327 112 24 0 102 20 116 100 71
Binary 10101100 11010111 1001010 10100 0 1000010 10000 1001110 1000000 111001

Color Harmonies of #ACD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD74A

Black with #ACD74A

Text Example


Text Example

White with #ACD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD74A; }

 p { color: rgb(172,215,74); }

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

background-color css

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

 a { background-color: rgb(172,215,74); }

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

border-color css

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

 span { border-color: rgb(172,215,74); }

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