Html Css Color HEX #A8E64D Conifer

📋 copy color: '#A8E64D'

red 168 ◦ green 230 ◦ blue 77

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

Shades of Conifer #A8E64D

Tints of Conifer #A8E64D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.42%

 BLUE value IS 77 (30.47% from 255) = 16.21%

R = 35.37%
G = 48.42%
B = 16.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#A8E64D (or 0xA8E64D) is known color: Conifer. HEX triplet: A8, E6 and 4D. RGB value is (168,230,77). Sum of RGB (Red+Green+Blue) = 168+230+77=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E64D is #5719B2. Grayscale: #C2C2C2. Windows color (decimal): -5708211 or 5105320. OLE color: 5105320.

HSL color Cylindrical-coordinate representation of color #A8E64D: hue angle of 84.31º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8E64D is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 230 77 -
CMYK 0.27 0 0.67 0.10
HSL 84.31º 0.75% 0.6% -
HSV(B) 84.31º 0.67% 0.9% -
XYZ 45.78 65.45 17.24 -
YUV 194.02 61.96 109.44 -
System Red Green Blue C M Y K H S L
Decimal 168 230 77 0.27 0 0.67 0.10 84.31 0.75 0.6
Hex A8 E6 4D 1B 0 43 A 54 4B 3C
Octal 250 346 115 33 0 103 12 124 113 74
Binary 10101000 11100110 1001101 11011 0 1000011 1010 1010100 1001011 111100

Color Harmonies of #A8E64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E64D

Black with #A8E64D

Text Example


Text Example

White with #A8E64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E64D; }

 p { color: rgb(168,230,77); }

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

background-color css

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

 a { background-color: rgb(168,230,77); }

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

border-color css

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

 span { border-color: rgb(168,230,77); }

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