Html Css Color HEX #AFF26B Sulu

📋 copy color: '#AFF26B'

red 175 ◦ green 242 ◦ blue 107

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

Shades of Sulu #AFF26B

Tints of Sulu #AFF26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.42%

R = 33.4%
G = 46.18%
B = 20.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#AFF26B (or 0xAFF26B) is known color: Sulu. HEX triplet: AF, F2 and 6B. RGB value is (175,242,107). Sum of RGB (Red+Green+Blue) = 175+242+107=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF26B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF26B is #500D94. Grayscale: #CFCFCF. Windows color (decimal): -5246357 or 7074479. OLE color: 7074479.

HSL color Cylindrical-coordinate representation of color #AFF26B: hue angle of 89.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFF26B is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 107 -
CMYK 0.28 0 0.56 0.05
HSL 89.78º 0.84% 0.68% -
HSV(B) 89.78º 0.56% 0.95% -
XYZ 52.09 73.68 25.39 -
YUV 206.58 71.8 105.48 -
System Red Green Blue C M Y K H S L
Decimal 175 242 107 0.28 0 0.56 0.05 89.78 0.84 0.68
Hex AF F2 6B 1C 0 38 5 5A 54 44
Octal 257 362 153 34 0 70 5 132 124 104
Binary 10101111 11110010 1101011 11100 0 111000 101 1011010 1010100 1000100

Color Harmonies of #AFF26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF26B

Black with #AFF26B

Text Example


Text Example

White with #AFF26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF26B; }

 p { color: rgb(175,242,107); }

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

background-color css

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

 a { background-color: rgb(175,242,107); }

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

border-color css

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

 span { border-color: rgb(175,242,107); }

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