Html Css Color HEX #A4D552 Conifer

📋 copy color: '#A4D552'

red 164 ◦ green 213 ◦ blue 82

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

Shades of Conifer #A4D552

Tints of Conifer #A4D552

RGB

 RED value IS 164 (64.45% from 255) = 35.73%

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

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

R = 35.73%
G = 46.41%
B = 17.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#A4D552 (or 0xA4D552) is known color: Conifer. HEX triplet: A4, D5 and 52. RGB value is (164,213,82). Sum of RGB (Red+Green+Blue) = 164+213+82=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D552 is #5B2AAD. Grayscale: #B7B7B7. Windows color (decimal): -5974702 or 5428644. OLE color: 5428644.

HSL color Cylindrical-coordinate representation of color #A4D552: hue angle of 82.44º degrees, saturation: 0.61, 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 #A4D552 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 213 82 -
CMYK 0.23 0 0.62 0.16
HSL 82.44º 0.61% 0.58% -
HSV(B) 82.44º 0.62% 0.84% -
XYZ 40.63 56.09 16.67 -
YUV 183.42 70.77 114.15 -
System Red Green Blue C M Y K H S L
Decimal 164 213 82 0.23 0 0.62 0.16 82.44 0.61 0.58
Hex A4 D5 52 17 0 3E 10 52 3D 3A
Octal 244 325 122 27 0 76 20 122 75 72
Binary 10100100 11010101 1010010 10111 0 111110 10000 1010010 111101 111010

Color Harmonies of #A4D552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D552

Black with #A4D552

Text Example


Text Example

White with #A4D552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D552; }

 p { color: rgb(164,213,82); }

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

background-color css

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

 a { background-color: rgb(164,213,82); }

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

border-color css

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

 span { border-color: rgb(164,213,82); }

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