Html Css Color HEX #A8DE6A Conifer

📋 copy color: '#A8DE6A'

red 168 ◦ green 222 ◦ blue 106

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

Shades of Conifer #A8DE6A

Tints of Conifer #A8DE6A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.76%

 BLUE value IS 106 (41.8% from 255) = 21.37%

R = 33.87%
G = 44.76%
B = 21.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#A8DE6A (or 0xA8DE6A) is known color: Conifer. HEX triplet: A8, DE and 6A. RGB value is (168,222,106). Sum of RGB (Red+Green+Blue) = 168+222+106=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE6A is #572195. Grayscale: #C1C1C1. Windows color (decimal): -5710230 or 7003816. OLE color: 7003816.

HSL color Cylindrical-coordinate representation of color #A8DE6A: hue angle of 87.93º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8DE6A is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 222 106 -
CMYK 0.24 0 0.52 0.13
HSL 87.93º 0.64% 0.64% -
HSV(B) 87.93º 0.52% 0.87% -
XYZ 44.87 61.61 23.16 -
YUV 192.63 79.11 110.43 -
System Red Green Blue C M Y K H S L
Decimal 168 222 106 0.24 0 0.52 0.13 87.93 0.64 0.64
Hex A8 DE 6A 18 0 34 D 58 40 40
Octal 250 336 152 30 0 64 15 130 100 100
Binary 10101000 11011110 1101010 11000 0 110100 1101 1011000 1000000 1000000

Color Harmonies of #A8DE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DE6A

Black with #A8DE6A

Text Example


Text Example

White with #A8DE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DE6A; }

 p { color: rgb(168,222,106); }

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

background-color css

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

 a { background-color: rgb(168,222,106); }

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

border-color css

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

 span { border-color: rgb(168,222,106); }

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