Html Css Color HEX #A5D266 Conifer

📋 copy color: '#A5D266'

red 165 ◦ green 210 ◦ blue 102

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

Shades of Conifer #A5D266

Tints of Conifer #A5D266

RGB

 RED value IS 165 (64.84% from 255) = 34.59%

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

 BLUE value IS 102 (40.23% from 255) = 21.38%

R = 34.59%
G = 44.03%
B = 21.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#A5D266 (or 0xA5D266) is known color: Conifer. HEX triplet: A5, D2 and 66. RGB value is (165,210,102). Sum of RGB (Red+Green+Blue) = 165+210+102=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D266 is #5A2D99. Grayscale: #B8B8B8. Windows color (decimal): -5909914 or 6738597. OLE color: 6738597.

HSL color Cylindrical-coordinate representation of color #A5D266: hue angle of 85º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5D266 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 210 102 -
CMYK 0.21 0 0.51 0.18
HSL 85º 0.55% 0.61% -
HSV(B) 85º 0.51% 0.82% -
XYZ 40.96 55.05 21.04 -
YUV 184.23 81.59 114.28 -
System Red Green Blue C M Y K H S L
Decimal 165 210 102 0.21 0 0.51 0.18 85 0.55 0.61
Hex A5 D2 66 15 0 33 12 55 37 3D
Octal 245 322 146 25 0 63 22 125 67 75
Binary 10100101 11010010 1100110 10101 0 110011 10010 1010101 110111 111101

Color Harmonies of #A5D266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D266

Black with #A5D266

Text Example


Text Example

White with #A5D266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D266; }

 p { color: rgb(165,210,102); }

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

background-color css

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

 a { background-color: rgb(165,210,102); }

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

border-color css

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

 span { border-color: rgb(165,210,102); }

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