Html Css Color HEX #A8E44A Conifer

📋 copy color: '#A8E44A'

red 168 ◦ green 228 ◦ blue 74

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

Shades of Conifer #A8E44A

Tints of Conifer #A8E44A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.51%

 BLUE value IS 74 (29.3% from 255) = 15.74%

R = 35.74%
G = 48.51%
B = 15.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#A8E44A (or 0xA8E44A) is known color: Conifer. HEX triplet: A8, E4 and 4A. RGB value is (168,228,74). Sum of RGB (Red+Green+Blue) = 168+228+74=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 228 (89.45% from 255 or 48.51% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E44A is #571BB5. Grayscale: #C1C1C1. Windows color (decimal): -5708726 or 4908200. OLE color: 4908200.

HSL color Cylindrical-coordinate representation of color #A8E44A: hue angle of 83.38º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8E44A is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 228 74 -
CMYK 0.26 0 0.68 0.11
HSL 83.38º 0.74% 0.59% -
HSV(B) 83.38º 0.68% 0.89% -
XYZ 45.13 64.31 16.51 -
YUV 192.5 61.12 110.52 -
System Red Green Blue C M Y K H S L
Decimal 168 228 74 0.26 0 0.68 0.11 83.38 0.74 0.59
Hex A8 E4 4A 1A 0 44 B 53 4A 3B
Octal 250 344 112 32 0 104 13 123 112 73
Binary 10101000 11100100 1001010 11010 0 1000100 1011 1010011 1001010 111011

Color Harmonies of #A8E44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E44A

Black with #A8E44A

Text Example


Text Example

White with #A8E44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E44A; }

 p { color: rgb(168,228,74); }

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

background-color css

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

 a { background-color: rgb(168,228,74); }

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

border-color css

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

 span { border-color: rgb(168,228,74); }

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