Html Css Color HEX #9AF250 Conifer

📋 copy color: '#9AF250'

red 154 ◦ green 242 ◦ blue 80

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

Shades of Conifer #9AF250

Tints of Conifer #9AF250

RGB

 RED value IS 154 (60.55% from 255) = 32.35%

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

 BLUE value IS 80 (31.64% from 255) = 16.81%

R = 32.35%
G = 50.84%
B = 16.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#9AF250 (or 0x9AF250) is known color: Conifer. HEX triplet: 9A, F2 and 50. RGB value is (154,242,80). Sum of RGB (Red+Green+Blue) = 154+242+80=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF250 is #650DAF. Grayscale: #C5C5C5. Windows color (decimal): -6622640 or 5304986. OLE color: 5304986.

HSL color Cylindrical-coordinate representation of color #9AF250: hue angle of 92.59º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AF250 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 242 80 -
CMYK 0.36 0 0.67 0.05
HSL 92.59º 0.86% 0.63% -
HSV(B) 92.59º 0.67% 0.95% -
XYZ 46.53 70.95 18.83 -
YUV 197.22 61.85 97.17 -
System Red Green Blue C M Y K H S L
Decimal 154 242 80 0.36 0 0.67 0.05 92.59 0.86 0.63
Hex 9A F2 50 24 0 43 5 5D 56 3F
Octal 232 362 120 44 0 103 5 135 126 77
Binary 10011010 11110010 1010000 100100 0 1000011 101 1011101 1010110 111111

Color Harmonies of #9AF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF250

Black with #9AF250

Text Example


Text Example

White with #9AF250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AF250; }

 p { color: rgb(154,242,80); }

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

background-color css

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

 a { background-color: rgb(154,242,80); }

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

border-color css

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

 span { border-color: rgb(154,242,80); }

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