Html Css Color HEX #A8DA5A Conifer

📋 copy color: '#A8DA5A'

red 168 ◦ green 218 ◦ blue 90

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

Shades of Conifer #A8DA5A

Tints of Conifer #A8DA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.91%

R = 35.29%
G = 45.8%
B = 18.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#A8DA5A (or 0xA8DA5A) is known color: Conifer. HEX triplet: A8, DA and 5A. RGB value is (168,218,90). Sum of RGB (Red+Green+Blue) = 168+218+90=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA5A is #5725A5. Grayscale: #BCBCBC. Windows color (decimal): -5711270 or 5954216. OLE color: 5954216.

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

Color convert

RGB 168 218 90 -
CMYK 0.23 0 0.59 0.15
HSL 83.44º 0.63% 0.6% -
HSV(B) 83.44º 0.59% 0.85% -
XYZ 43.07 59.21 18.83 -
YUV 188.46 72.44 113.41 -
System Red Green Blue C M Y K H S L
Decimal 168 218 90 0.23 0 0.59 0.15 83.44 0.63 0.6
Hex A8 DA 5A 17 0 3B F 53 3F 3C
Octal 250 332 132 27 0 73 17 123 77 74
Binary 10101000 11011010 1011010 10111 0 111011 1111 1010011 111111 111100

Color Harmonies of #A8DA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA5A

Black with #A8DA5A

Text Example


Text Example

White with #A8DA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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