Html Css Color HEX #A5D766 Conifer

📋 copy color: '#A5D766'

red 165 ◦ green 215 ◦ blue 102

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

Shades of Conifer #A5D766

Tints of Conifer #A5D766

RGB

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

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

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

R = 34.23%
G = 44.61%
B = 21.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#A5D766 (or 0xA5D766) is known color: Conifer. HEX triplet: A5, D7 and 66. RGB value is (165,215,102). Sum of RGB (Red+Green+Blue) = 165+215+102=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D766 is #5A2899. Grayscale: #BBBBBB. Windows color (decimal): -5908634 or 6739877. OLE color: 6739877.

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

Color convert

RGB 165 215 102 -
CMYK 0.23 0 0.53 0.16
HSL 86.55º 0.59% 0.62% -
HSV(B) 86.55º 0.53% 0.84% -
XYZ 42.22 57.56 21.46 -
YUV 187.17 79.94 112.19 -
System Red Green Blue C M Y K H S L
Decimal 165 215 102 0.23 0 0.53 0.16 86.55 0.59 0.62
Hex A5 D7 66 17 0 35 10 57 3B 3E
Octal 245 327 146 27 0 65 20 127 73 76
Binary 10100101 11010111 1100110 10111 0 110101 10000 1010111 111011 111110

Color Harmonies of #A5D766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D766

Black with #A5D766

Text Example


Text Example

White with #A5D766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D766; }

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

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

background-color css

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

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

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

border-color css

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

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

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