Html Css Color HEX #A2FB5E Conifer

📋 copy color: '#A2FB5E'

red 162 ◦ green 251 ◦ blue 94

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

Shades of Conifer #A2FB5E

Tints of Conifer #A2FB5E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.51%

 BLUE value IS 94 (37.11% from 255) = 18.54%

R = 31.95%
G = 49.51%
B = 18.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#A2FB5E (or 0xA2FB5E) is known color: Conifer. HEX triplet: A2, FB and 5E. RGB value is (162,251,94). Sum of RGB (Red+Green+Blue) = 162+251+94=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FB5E is #5D04A1. Grayscale: #CFCFCF. Windows color (decimal): -6096034 or 6224802. OLE color: 6224802.

HSL color Cylindrical-coordinate representation of color #A2FB5E: hue angle of 94.01º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2FB5E is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 251 94 -
CMYK 0.35 0 0.63 0.02
HSL 94.01º 0.95% 0.68% -
HSV(B) 94.01º 0.63% 0.98% -
XYZ 51.42 77.48 22.84 -
YUV 206.49 64.51 96.27 -
System Red Green Blue C M Y K H S L
Decimal 162 251 94 0.35 0 0.63 0.02 94.01 0.95 0.68
Hex A2 FB 5E 23 0 3F 2 5E 5F 44
Octal 242 373 136 43 0 77 2 136 137 104
Binary 10100010 11111011 1011110 100011 0 111111 10 1011110 1011111 1000100

Color Harmonies of #A2FB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FB5E

Black with #A2FB5E

Text Example


Text Example

White with #A2FB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FB5E; }

 p { color: rgb(162,251,94); }

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

background-color css

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

 a { background-color: rgb(162,251,94); }

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

border-color css

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

 span { border-color: rgb(162,251,94); }

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