Html Css Color HEX #A2F25B Conifer

📋 copy color: '#A2F25B'

red 162 ◦ green 242 ◦ blue 91

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

Shades of Conifer #A2F25B

Tints of Conifer #A2F25B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.89%

 BLUE value IS 91 (35.94% from 255) = 18.38%

R = 32.73%
G = 48.89%
B = 18.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#A2F25B (or 0xA2F25B) is known color: Conifer. HEX triplet: A2, F2 and 5B. RGB value is (162,242,91). Sum of RGB (Red+Green+Blue) = 162+242+91=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F25B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F25B is #5D0DA4. Grayscale: #C9C9C9. Windows color (decimal): -6098341 or 6025890. OLE color: 6025890.

HSL color Cylindrical-coordinate representation of color #A2F25B: hue angle of 91.79º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2F25B is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 242 91 -
CMYK 0.33 0 0.62 0.05
HSL 91.79º 0.85% 0.65% -
HSV(B) 91.79º 0.62% 0.95% -
XYZ 48.54 71.94 21.23 -
YUV 200.87 66 100.28 -
System Red Green Blue C M Y K H S L
Decimal 162 242 91 0.33 0 0.62 0.05 91.79 0.85 0.65
Hex A2 F2 5B 21 0 3E 5 5C 55 41
Octal 242 362 133 41 0 76 5 134 125 101
Binary 10100010 11110010 1011011 100001 0 111110 101 1011100 1010101 1000001

Color Harmonies of #A2F25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F25B

Black with #A2F25B

Text Example


Text Example

White with #A2F25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F25B; }

 p { color: rgb(162,242,91); }

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

background-color css

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

 a { background-color: rgb(162,242,91); }

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

border-color css

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

 span { border-color: rgb(162,242,91); }

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