Html Css Color HEX #9AF253 Conifer

📋 copy color: '#9AF253'

red 154 ◦ green 242 ◦ blue 83

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

Shades of Conifer #9AF253

Tints of Conifer #9AF253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.33%

R = 32.15%
G = 50.52%
B = 17.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#9AF253 (or 0x9AF253) is known color: Conifer. HEX triplet: 9A, F2 and 53. RGB value is (154,242,83). Sum of RGB (Red+Green+Blue) = 154+242+83=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF253 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF253 is #650DAC. Grayscale: #C6C6C6. Windows color (decimal): -6622637 or 5501594. OLE color: 5501594.

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

Color convert

RGB 154 242 83 -
CMYK 0.36 0 0.66 0.05
HSL 93.21º 0.86% 0.64% -
HSV(B) 93.21º 0.66% 0.95% -
XYZ 46.64 71 19.43 -
YUV 197.56 63.35 96.93 -
System Red Green Blue C M Y K H S L
Decimal 154 242 83 0.36 0 0.66 0.05 93.21 0.86 0.64
Hex 9A F2 53 24 0 42 5 5D 56 40
Octal 232 362 123 44 0 102 5 135 126 100
Binary 10011010 11110010 1010011 100100 0 1000010 101 1011101 1010110 1000000

Color Harmonies of #9AF253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF253

Black with #9AF253

Text Example


Text Example

White with #9AF253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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