Html Css Color HEX #A8F25B Conifer

📋 copy color: '#A8F25B'

red 168 ◦ green 242 ◦ blue 91

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

Shades of Conifer #A8F25B

Tints of Conifer #A8F25B

RGB

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

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

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

R = 33.53%
G = 48.3%
B = 18.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#A8F25B (or 0xA8F25B) is known color: Conifer. HEX triplet: A8, F2 and 5B. RGB value is (168,242,91). Sum of RGB (Red+Green+Blue) = 168+242+91=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F25B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F25B is #570DA4. Grayscale: #CBCBCB. Windows color (decimal): -5705125 or 6025896. OLE color: 6025896.

HSL color Cylindrical-coordinate representation of color #A8F25B: hue angle of 89.4º 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 #A8F25B is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 242 91 -
CMYK 0.31 0 0.62 0.05
HSL 89.4º 0.85% 0.65% -
HSV(B) 89.4º 0.62% 0.95% -
XYZ 49.79 72.58 21.28 -
YUV 202.66 64.98 103.28 -
System Red Green Blue C M Y K H S L
Decimal 168 242 91 0.31 0 0.62 0.05 89.4 0.85 0.65
Hex A8 F2 5B 1F 0 3E 5 59 55 41
Octal 250 362 133 37 0 76 5 131 125 101
Binary 10101000 11110010 1011011 11111 0 111110 101 1011001 1010101 1000001

Color Harmonies of #A8F25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F25B

Black with #A8F25B

Text Example


Text Example

White with #A8F25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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