Html Css Color HEX #A5D268 Conifer

📋 copy color: '#A5D268'

red 165 ◦ green 210 ◦ blue 104

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

Shades of Conifer #A5D268

Tints of Conifer #A5D268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.71%

R = 34.45%
G = 43.84%
B = 21.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#A5D268 (or 0xA5D268) is known color: Conifer. HEX triplet: A5, D2 and 68. RGB value is (165,210,104). Sum of RGB (Red+Green+Blue) = 165+210+104=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D268 is #5A2D97. Grayscale: #B8B8B8. Windows color (decimal): -5909912 or 6869669. OLE color: 6869669.

HSL color Cylindrical-coordinate representation of color #A5D268: hue angle of 85.47º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5D268 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 210 104 -
CMYK 0.21 0 0.50 0.18
HSL 85.47º 0.54% 0.62% -
HSV(B) 85.47º 0.5% 0.82% -
XYZ 41.06 55.09 21.57 -
YUV 184.46 82.59 114.12 -
System Red Green Blue C M Y K H S L
Decimal 165 210 104 0.21 0 0.50 0.18 85.47 0.54 0.62
Hex A5 D2 68 15 0 32 12 55 36 3E
Octal 245 322 150 25 0 62 22 125 66 76
Binary 10100101 11010010 1101000 10101 0 110010 10010 1010101 110110 111110

Color Harmonies of #A5D268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D268

Black with #A5D268

Text Example


Text Example

White with #A5D268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D268; }

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

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

background-color css

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

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

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

border-color css

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

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

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