Html Css Color HEX #A4D255 Conifer

📋 copy color: '#A4D255'

red 164 ◦ green 210 ◦ blue 85

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

Shades of Conifer #A4D255

Tints of Conifer #A4D255

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.75%

 BLUE value IS 85 (33.59% from 255) = 18.52%

R = 35.73%
G = 45.75%
B = 18.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#A4D255 (or 0xA4D255) is known color: Conifer. HEX triplet: A4, D2 and 55. RGB value is (164,210,85). Sum of RGB (Red+Green+Blue) = 164+210+85=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D255 is #5B2DAA. Grayscale: #B6B6B6. Windows color (decimal): -5975467 or 5624484. OLE color: 5624484.

HSL color Cylindrical-coordinate representation of color #A4D255: hue angle of 82.08º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4D255 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 210 85 -
CMYK 0.22 0 0.60 0.18
HSL 82.08º 0.58% 0.58% -
HSV(B) 82.08º 0.6% 0.82% -
XYZ 40 54.64 17.03 -
YUV 182 73.26 115.16 -
System Red Green Blue C M Y K H S L
Decimal 164 210 85 0.22 0 0.60 0.18 82.08 0.58 0.58
Hex A4 D2 55 16 0 3C 12 52 3A 3A
Octal 244 322 125 26 0 74 22 122 72 72
Binary 10100100 11010010 1010101 10110 0 111100 10010 1010010 111010 111010

Color Harmonies of #A4D255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D255

Black with #A4D255

Text Example


Text Example

White with #A4D255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D255; }

 p { color: rgb(164,210,85); }

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

background-color css

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

 a { background-color: rgb(164,210,85); }

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

border-color css

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

 span { border-color: rgb(164,210,85); }

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