Html Css Color HEX #A8E04B Conifer

📋 copy color: '#A8E04B'

red 168 ◦ green 224 ◦ blue 75

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

Shades of Conifer #A8E04B

Tints of Conifer #A8E04B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.97%

 BLUE value IS 75 (29.69% from 255) = 16.06%

R = 35.97%
G = 47.97%
B = 16.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#A8E04B (or 0xA8E04B) is known color: Conifer. HEX triplet: A8, E0 and 4B. RGB value is (168,224,75). Sum of RGB (Red+Green+Blue) = 168+224+75=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E04B is #571FB4. Grayscale: #BEBEBE. Windows color (decimal): -5709749 or 4972712. OLE color: 4972712.

HSL color Cylindrical-coordinate representation of color #A8E04B: hue angle of 82.55º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8E04B is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 224 75 -
CMYK 0.25 0 0.67 0.12
HSL 82.55º 0.71% 0.59% -
HSV(B) 82.55º 0.67% 0.88% -
XYZ 44.07 62.14 16.33 -
YUV 190.27 62.95 112.12 -
System Red Green Blue C M Y K H S L
Decimal 168 224 75 0.25 0 0.67 0.12 82.55 0.71 0.59
Hex A8 E0 4B 19 0 43 C 53 47 3B
Octal 250 340 113 31 0 103 14 123 107 73
Binary 10101000 11100000 1001011 11001 0 1000011 1100 1010011 1000111 111011

Color Harmonies of #A8E04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E04B

Black with #A8E04B

Text Example


Text Example

White with #A8E04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E04B; }

 p { color: rgb(168,224,75); }

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

background-color css

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

 a { background-color: rgb(168,224,75); }

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

border-color css

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

 span { border-color: rgb(168,224,75); }

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