Html Css Color HEX #9AF952 Conifer

📋 copy color: '#9AF952'

red 154 ◦ green 249 ◦ blue 82

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

Shades of Conifer #9AF952

Tints of Conifer #9AF952

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.34%

 BLUE value IS 82 (32.42% from 255) = 16.91%

R = 31.75%
G = 51.34%
B = 16.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#9AF952 (or 0x9AF952) is known color: Conifer. HEX triplet: 9A, F9 and 52. RGB value is (154,249,82). Sum of RGB (Red+Green+Blue) = 154+249+82=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF952 is #6506AD. Grayscale: #CACACA. Windows color (decimal): -6620846 or 5437850. OLE color: 5437850.

HSL color Cylindrical-coordinate representation of color #9AF952: hue angle of 94.13º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AF952 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 249 82 -
CMYK 0.38 0 0.67 0.02
HSL 94.13º 0.93% 0.65% -
HSV(B) 94.13º 0.67% 0.98% -
XYZ 48.73 75.23 19.94 -
YUV 201.56 60.53 94.08 -
System Red Green Blue C M Y K H S L
Decimal 154 249 82 0.38 0 0.67 0.02 94.13 0.93 0.65
Hex 9A F9 52 26 0 43 2 5E 5D 41
Octal 232 371 122 46 0 103 2 136 135 101
Binary 10011010 11111001 1010010 100110 0 1000011 10 1011110 1011101 1000001

Color Harmonies of #9AF952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF952

Black with #9AF952

Text Example


Text Example

White with #9AF952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,249,82); }

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

background-color css

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

 a { background-color: rgb(154,249,82); }

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

border-color css

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

 span { border-color: rgb(154,249,82); }

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