Html Css Color HEX #9AF752 Conifer

📋 copy color: '#9AF752'

red 154 ◦ green 247 ◦ blue 82

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

Shades of Conifer #9AF752

Tints of Conifer #9AF752

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.14%

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

R = 31.88%
G = 51.14%
B = 16.98%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#9AF752 (or 0x9AF752) is known color: Conifer. HEX triplet: 9A, F7 and 52. RGB value is (154,247,82). Sum of RGB (Red+Green+Blue) = 154+247+82=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF752 is #6508AD. Grayscale: #C8C8C8. Windows color (decimal): -6621358 or 5437338. OLE color: 5437338.

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

Color convert

RGB 154 247 82 -
CMYK 0.38 0 0.67 0.03
HSL 93.82º 0.91% 0.65% -
HSV(B) 93.82º 0.67% 0.97% -
XYZ 48.11 74 19.73 -
YUV 200.38 61.19 94.92 -
System Red Green Blue C M Y K H S L
Decimal 154 247 82 0.38 0 0.67 0.03 93.82 0.91 0.65
Hex 9A F7 52 26 0 43 3 5E 5B 41
Octal 232 367 122 46 0 103 3 136 133 101
Binary 10011010 11110111 1010010 100110 0 1000011 11 1011110 1011011 1000001

Color Harmonies of #9AF752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF752

Black with #9AF752

Text Example


Text Example

White with #9AF752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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