Html Css Color HEX #9AF262 Conifer

📋 copy color: '#9AF262'

red 154 ◦ green 242 ◦ blue 98

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

Shades of Conifer #9AF262

Tints of Conifer #9AF262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.84%

R = 31.17%
G = 48.99%
B = 19.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#9AF262 (or 0x9AF262) is known color: Conifer. HEX triplet: 9A, F2 and 62. RGB value is (154,242,98). Sum of RGB (Red+Green+Blue) = 154+242+98=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF262 is #650D9D. Grayscale: #C7C7C7. Windows color (decimal): -6622622 or 6484634. OLE color: 6484634.

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

Color convert

RGB 154 242 98 -
CMYK 0.36 0 0.60 0.05
HSL 96.67º 0.85% 0.67% -
HSV(B) 96.67º 0.6% 0.95% -
XYZ 47.28 71.26 22.82 -
YUV 199.27 70.85 95.71 -
System Red Green Blue C M Y K H S L
Decimal 154 242 98 0.36 0 0.60 0.05 96.67 0.85 0.67
Hex 9A F2 62 24 0 3C 5 61 55 43
Octal 232 362 142 44 0 74 5 141 125 103
Binary 10011010 11110010 1100010 100100 0 111100 101 1100001 1010101 1000011

Color Harmonies of #9AF262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF262

Black with #9AF262

Text Example


Text Example

White with #9AF262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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