Html Css Color HEX #9AF305 Spring Bud

📋 copy color: '#9AF305'

red 154 ◦ green 243 ◦ blue 5

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

Shades of Spring Bud #9AF305

Tints of Spring Bud #9AF305

RGB

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

 GREEN value IS 243 (95.31% from 255) = 60.45%

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 38.31%
G = 60.45%
B = 1.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#9AF305 (or 0x9AF305) is known color: Spring Bud. HEX triplet: 9A, F3 and 05. RGB value is (154,243,5). Sum of RGB (Red+Green+Blue) = 154+243+5=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 243 (95.31% from 255 or 60.45% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF305 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF305 is #650CFA. Grayscale: #BEBEBE. Windows color (decimal): -6622459 or 390042. OLE color: 390042.

HSL color Cylindrical-coordinate representation of color #9AF305: hue angle of 82.44º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9AF305 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 243 5 -
CMYK 0.37 0 0.98 0.05
HSL 82.44º 0.96% 0.49% -
HSV(B) 82.44º 0.98% 0.95% -
XYZ 45.4 70.98 11.45 -
YUV 189.26 24.01 102.85 -
System Red Green Blue C M Y K H S L
Decimal 154 243 5 0.37 0 0.98 0.05 82.44 0.96 0.49
Hex 9A F3 5 25 0 62 5 52 60 31
Octal 232 363 5 45 0 142 5 122 140 61
Binary 10011010 11110011 101 100101 0 1100010 101 1010010 1100000 110001

Color Harmonies of #9AF305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF305

Black with #9AF305

Text Example


Text Example

White with #9AF305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,243,5); }

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

background-color css

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

 a { background-color: rgb(154,243,5); }

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

border-color css

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

 span { border-color: rgb(154,243,5); }

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