Html Css Color HEX #A8D366 Conifer

📋 copy color: '#A8D366'

red 168 ◦ green 211 ◦ blue 102

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

Shades of Conifer #A8D366

Tints of Conifer #A8D366

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.87%

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

R = 34.93%
G = 43.87%
B = 21.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#A8D366 (or 0xA8D366) is known color: Conifer. HEX triplet: A8, D3 and 66. RGB value is (168,211,102). Sum of RGB (Red+Green+Blue) = 168+211+102=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D366 is #572C99. Grayscale: #BABABA. Windows color (decimal): -5713050 or 6738856. OLE color: 6738856.

HSL color Cylindrical-coordinate representation of color #A8D366: hue angle of 83.67º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8D366 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 211 102 -
CMYK 0.20 0 0.52 0.17
HSL 83.67º 0.55% 0.61% -
HSV(B) 83.67º 0.52% 0.83% -
XYZ 41.84 55.87 21.15 -
YUV 185.72 80.75 115.36 -
System Red Green Blue C M Y K H S L
Decimal 168 211 102 0.20 0 0.52 0.17 83.67 0.55 0.61
Hex A8 D3 66 14 0 34 11 54 37 3D
Octal 250 323 146 24 0 64 21 124 67 75
Binary 10101000 11010011 1100110 10100 0 110100 10001 1010100 110111 111101

Color Harmonies of #A8D366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D366

Black with #A8D366

Text Example


Text Example

White with #A8D366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D366; }

 p { color: rgb(168,211,102); }

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

background-color css

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

 a { background-color: rgb(168,211,102); }

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

border-color css

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

 span { border-color: rgb(168,211,102); }

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