Html Css Color HEX #A8EA44 Conifer

📋 copy color: '#A8EA44'

red 168 ◦ green 234 ◦ blue 68

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

Shades of Conifer #A8EA44

Tints of Conifer #A8EA44

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.79%

 BLUE value IS 68 (26.95% from 255) = 14.47%

R = 35.74%
G = 49.79%
B = 14.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#A8EA44 (or 0xA8EA44) is known color: Conifer. HEX triplet: A8, EA and 44. RGB value is (168,234,68). Sum of RGB (Red+Green+Blue) = 168+234+68=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EA44 is #5715BB. Grayscale: #C3C3C3. Windows color (decimal): -5707196 or 4516520. OLE color: 4516520.

HSL color Cylindrical-coordinate representation of color #A8EA44: hue angle of 83.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8EA44 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 68 -
CMYK 0.28 0 0.71 0.08
HSL 83.86º 0.8% 0.59% -
HSV(B) 83.86º 0.71% 0.92% -
XYZ 46.61 67.59 16.06 -
YUV 195.34 56.13 108.5 -
System Red Green Blue C M Y K H S L
Decimal 168 234 68 0.28 0 0.71 0.08 83.86 0.8 0.59
Hex A8 EA 44 1C 0 47 8 54 50 3B
Octal 250 352 104 34 0 107 10 124 120 73
Binary 10101000 11101010 1000100 11100 0 1000111 1000 1010100 1010000 111011

Color Harmonies of #A8EA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA44

Black with #A8EA44

Text Example


Text Example

White with #A8EA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA44; }

 p { color: rgb(168,234,68); }

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

background-color css

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

 a { background-color: rgb(168,234,68); }

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

border-color css

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

 span { border-color: rgb(168,234,68); }

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