Html Css Color HEX #AFF078 Sulu

📋 copy color: '#AFF078'

red 175 ◦ green 240 ◦ blue 120

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

Shades of Sulu #AFF078

Tints of Sulu #AFF078

RGB

 RED value IS 175 (68.75% from 255) = 32.71%

 GREEN value IS 240 (94.14% from 255) = 44.86%

 BLUE value IS 120 (47.27% from 255) = 22.43%

R = 32.71%
G = 44.86%
B = 22.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#AFF078 (or 0xAFF078) is known color: Sulu. HEX triplet: AF, F0 and 78. RGB value is (175,240,120). Sum of RGB (Red+Green+Blue) = 175+240+120=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF078 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF078 is #500F87. Grayscale: #CFCFCF. Windows color (decimal): -5246856 or 7925935. OLE color: 7925935.

HSL color Cylindrical-coordinate representation of color #AFF078: hue angle of 92.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFF078 is Cyan = 0.27, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 120 -
CMYK 0.27 0 0.5 0.06
HSL 92.5º 0.8% 0.71% -
HSV(B) 92.5º 0.5% 0.94% -
XYZ 52.23 72.79 29.07 -
YUV 206.89 78.97 105.26 -
System Red Green Blue C M Y K H S L
Decimal 175 240 120 0.27 0 0.5 0.06 92.5 0.8 0.71
Hex AF F0 78 1B 0 32 6 5C 50 47
Octal 257 360 170 33 0 62 6 134 120 107
Binary 10101111 11110000 1111000 11011 0 110010 110 1011100 1010000 1000111

Color Harmonies of #AFF078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF078

Black with #AFF078

Text Example


Text Example

White with #AFF078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF078; }

 p { color: rgb(175,240,120); }

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

background-color css

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

 a { background-color: rgb(175,240,120); }

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

border-color css

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

 span { border-color: rgb(175,240,120); }

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