Html Css Color HEX #A2E04B Conifer

📋 copy color: '#A2E04B'

red 162 ◦ green 224 ◦ blue 75

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

Shades of Conifer #A2E04B

Tints of Conifer #A2E04B

RGB

 RED value IS 162 (63.67% from 255) = 35.14%

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

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

R = 35.14%
G = 48.59%
B = 16.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#A2E04B (or 0xA2E04B) is known color: Conifer. HEX triplet: A2, E0 and 4B. RGB value is (162,224,75). Sum of RGB (Red+Green+Blue) = 162+224+75=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E04B is #5D1FB4. Grayscale: #BDBDBD. Windows color (decimal): -6102965 or 4972706. OLE color: 4972706.

HSL color Cylindrical-coordinate representation of color #A2E04B: hue angle of 84.97º 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 #A2E04B is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 224 75 -
CMYK 0.28 0 0.67 0.12
HSL 84.97º 0.71% 0.59% -
HSV(B) 84.97º 0.67% 0.88% -
XYZ 42.83 61.5 16.27 -
YUV 188.48 63.96 109.12 -
System Red Green Blue C M Y K H S L
Decimal 162 224 75 0.28 0 0.67 0.12 84.97 0.71 0.59
Hex A2 E0 4B 1C 0 43 C 55 47 3B
Octal 242 340 113 34 0 103 14 125 107 73
Binary 10100010 11100000 1001011 11100 0 1000011 1100 1010101 1000111 111011

Color Harmonies of #A2E04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E04B

Black with #A2E04B

Text Example


Text Example

White with #A2E04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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