Html Css Color HEX #A8DA5B Conifer

📋 copy color: '#A8DA5B'

red 168 ◦ green 218 ◦ blue 91

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

Shades of Conifer #A8DA5B

Tints of Conifer #A8DA5B

RGB

 RED value IS 168 (66.02% from 255) = 35.22%

 GREEN value IS 218 (85.55% from 255) = 45.7%

 BLUE value IS 91 (35.94% from 255) = 19.08%

R = 35.22%
G = 45.7%
B = 19.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#A8DA5B (or 0xA8DA5B) is known color: Conifer. HEX triplet: A8, DA and 5B. RGB value is (168,218,91). Sum of RGB (Red+Green+Blue) = 168+218+91=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA5B is #5725A4. Grayscale: #BDBDBD. Windows color (decimal): -5711269 or 6019752. OLE color: 6019752.

HSL color Cylindrical-coordinate representation of color #A8DA5B: hue angle of 83.62º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8DA5B is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 218 91 -
CMYK 0.23 0 0.58 0.15
HSL 83.62º 0.63% 0.61% -
HSV(B) 83.62º 0.58% 0.85% -
XYZ 43.11 59.22 19.06 -
YUV 188.57 72.94 113.33 -
System Red Green Blue C M Y K H S L
Decimal 168 218 91 0.23 0 0.58 0.15 83.62 0.63 0.61
Hex A8 DA 5B 17 0 3A F 54 3F 3D
Octal 250 332 133 27 0 72 17 124 77 75
Binary 10101000 11011010 1011011 10111 0 111010 1111 1010100 111111 111101

Color Harmonies of #A8DA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA5B

Black with #A8DA5B

Text Example


Text Example

White with #A8DA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA5B; }

 p { color: rgb(168,218,91); }

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

background-color css

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

 a { background-color: rgb(168,218,91); }

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

border-color css

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

 span { border-color: rgb(168,218,91); }

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