Html Css Color HEX #ACD54B Conifer

📋 copy color: '#ACD54B'

red 172 ◦ green 213 ◦ blue 75

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

Shades of Conifer #ACD54B

Tints of Conifer #ACD54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.3%

 BLUE value IS 75 (29.69% from 255) = 16.3%

R = 37.39%
G = 46.3%
B = 16.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#ACD54B (or 0xACD54B) is known color: Conifer. HEX triplet: AC, D5 and 4B. RGB value is (172,213,75). Sum of RGB (Red+Green+Blue) = 172+213+75=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD54B is #532AB4. Grayscale: #B9B9B9. Windows color (decimal): -5450421 or 4969900. OLE color: 4969900.

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

Color convert

RGB 172 213 75 -
CMYK 0.19 0 0.65 0.16
HSL 77.83º 0.62% 0.56% -
HSV(B) 77.83º 0.65% 0.84% -
XYZ 42.08 56.87 15.42 -
YUV 185.01 65.92 118.72 -
System Red Green Blue C M Y K H S L
Decimal 172 213 75 0.19 0 0.65 0.16 77.83 0.62 0.56
Hex AC D5 4B 13 0 41 10 4E 3E 38
Octal 254 325 113 23 0 101 20 116 76 70
Binary 10101100 11010101 1001011 10011 0 1000001 10000 1001110 111110 111000

Color Harmonies of #ACD54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD54B

Black with #ACD54B

Text Example


Text Example

White with #ACD54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD54B; }

 p { color: rgb(172,213,75); }

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

background-color css

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

 a { background-color: rgb(172,213,75); }

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

border-color css

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

 span { border-color: rgb(172,213,75); }

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