Html Css Color HEX #9AF850 Conifer

📋 copy color: '#9AF850'

red 154 ◦ green 248 ◦ blue 80

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

Shades of Conifer #9AF850

Tints of Conifer #9AF850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.45%

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

R = 31.95%
G = 51.45%
B = 16.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#9AF850 (or 0x9AF850) is known color: Conifer. HEX triplet: 9A, F8 and 50. RGB value is (154,248,80). Sum of RGB (Red+Green+Blue) = 154+248+80=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF850 is #6507AF. Grayscale: #C9C9C9. Windows color (decimal): -6621104 or 5306522. OLE color: 5306522.

HSL color Cylindrical-coordinate representation of color #9AF850: hue angle of 93.57º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AF850 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 248 80 -
CMYK 0.38 0 0.68 0.03
HSL 93.57º 0.92% 0.64% -
HSV(B) 93.57º 0.68% 0.97% -
XYZ 48.34 74.58 19.44 -
YUV 200.74 59.86 94.66 -
System Red Green Blue C M Y K H S L
Decimal 154 248 80 0.38 0 0.68 0.03 93.57 0.92 0.64
Hex 9A F8 50 26 0 44 3 5E 5C 40
Octal 232 370 120 46 0 104 3 136 134 100
Binary 10011010 11111000 1010000 100110 0 1000100 11 1011110 1011100 1000000

Color Harmonies of #9AF850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF850

Black with #9AF850

Text Example


Text Example

White with #9AF850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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